VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Processing.Analyzers Namespace / ValueAnalyzer<TTarget,TValue,TResultValue> Class / ValueGetter Property
Syntax Requirements SeeAlso
In This Topic
    ValueGetter Property (ValueAnalyzer<TTarget,TValue,TResultValue>)
    In This Topic
    Gets the value getter to retrieve the analyzing value.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public ReadOnly Property ValueGetter As Analyzer(Of TTarget,TValue)
    
    
    [Browsable(False)]
    public Analyzer<TTarget,TValue> ValueGetter { get; }
    
    
    [Browsable(False)]
    public: __property Analyzer<TTarget,TValue*>* get_ValueGetter();
    
    
    
    [Browsable(False)]
    public:
    property Analyzer<TTarget,TValue^>^ ValueGetter { Analyzer<TTarget,TValue^>^ get(); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also